Don't test datetime in locales with no encoding
authorDebian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Wed, 4 Nov 2020 18:36:11 +0000 (18:36 +0000)
committerRebecca N. Palmer <rebecca_palmer@zoho.com>
Wed, 4 Nov 2020 18:36:11 +0000 (18:36 +0000)
commitc9355dcdc9e7da5296f30549c4bf715bd762d08a
tree376a8263e64e58cd6b48789e63a9f1010379606d
parentef117702b276d71135e73f298c4c358c9ee835cf
Don't test datetime in locales with no encoding

Some datetime tests run the test in every available locale.
If this set includes locales without an encoding (currently dsb_DE
and sah_RU), it fails due to Python bug
https://bugs.python.org/issue20088

Failure log
https://tests.reproducible-builds.org/debian/rbuild/buster/amd64/pandas_0.23.3+dfsg-3.rbuild.log.gz

Author: Rebecca N. Palmer <rebecca_palmer@zoho.com>
Bug: https://github.com/pandas-dev/pandas/issues/20957
Forwarded: no

Gbp-Pq: Name skip_noencoding_locales.patch
pandas/_config/localization.py